Skip to main content
GET
/
wallet
/
health
General endpoints - Health check.
curl --request GET \
  --url https://api.ripio.com/wallet/health/
{
  "error_code": null,
  "message": null,
  "data": {
    "status": "ok"
  }
}

Response

200 - application/json

Service is healthy.

error_code
string
required
Example:

null

message
string
required
Example:

null

data
object
required